Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change FragPipe temp folder on Windows #306

Closed
jjGG opened this issue Feb 11, 2021 · 3 comments
Closed

Change FragPipe temp folder on Windows #306

jjGG opened this issue Feb 11, 2021 · 3 comments
Assignees
Labels

Comments

@jjGG
Copy link

jjGG commented Feb 11, 2021

Hello FragPipe Team,

We are still trying to process rather large databases.. (~ 10gigs).
We can process it with a script but when trying to do it with the GUI, we ran into memory issues again. Where and how do I need to change the tmpdir location when I use the GUI (via ssh -Y Xwindow forwarding)? I did put the command in my ssh shell before starting the GUI but it was either not working or I have to put it differently..
JAVA_OPTS=-Djava.io.tmpdir=/scratch/myuser/fragpipe_tmp

Thanks for your help - really appreciated..

  • jonas

///error in GUI///
"OpenJDK 64-Bit Server VM warning: Insufficient space for shared memory file:
129890
Try using the -Djava.io.tmpdir= option to select an alternate temp location."

@guoci
Copy link
Member

guoci commented Feb 11, 2021

To pass the environment variable to FragPipe you can either do
$ JAVA_OPTS=-Djava.io.tmpdir=<your_preferred_tempdir> <path_to_fragpipe>/fragpipe
or

$ export JAVA_OPTS=-Djava.io.tmpdir=<your_preferred_tempdir>
$ <path_to_fragpipe>/fragpipe

#252 (comment)

@jjGG
Copy link
Author

jjGG commented Feb 19, 2021

Thanks for this - issue is solved now - when I start the FragPipeGUI

@jiyoungyoun
Copy link

Great. Solved the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants