rmuir commented on PR #14526: URL: https://github.com/apache/lucene/pull/14526#issuecomment-2816779697
fwiw: here is my tmpfs setup, which avoids breaking my SSD. This one is 7 years old now. I've got 5MB of trash from lucene builds after 9 days uptime, plenty of trash from other less-behaved programs: ```fstab # tmpfs mount with a 3GB limit for /tmp tmpfs /tmp tmpfs rw,nodev,nosuid,size=3G 0 0 ``` ```properties # ~/.gradle/gradle.properties or probably possible via -D or -p or something # the subdirectory will get created automatically by the build if needed tests.workDir=/tmp/lucene_gradle ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org