mirror of
https://github.com/boy0001/FastAsyncWorldedit.git
synced 2025-01-19 14:51:34 +01:00
0dfbd44c72
Using java's inbuilt compression algorithms (gzip or deflator both) was a bit too slow for me. Fawe is now using the LZ4 compression algorithm, which is super fast. So fast that I decided to add a default 1 pass of compression to history. Enabling further compression will do an additional high LZ4 compression.
4 lines
186 B
INI
4 lines
186 B
INI
org.gradle.daemon=false
|
|
org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
|
|
org.gradle.configureondemand=true
|
|
org.gradle.parallel=true |