How can set directory for GraphhopperStorage

Hello
i want to create the graphhopperStorage. by this code i create it, but i don’t want to create the folder in y RAM memory.
how can i set the another Directory to graphhopperstprage?

createGHStorage(new RAMDirectory())

best regards

Hi,

you could try using MMapDirectory.

Best,
Robin