Reorganize code by creating a package for code that reassembles traffic flows at...
[pingpong.git] / Code / Projects / SmartPlugDetector / build.gradle
index aed9fd1cee9d717246b2387fdb94ae64fc4ff283..bae10e9b79a4af4c65f16b2b8abaecd30c2f7153 100644 (file)
@@ -4,6 +4,9 @@ version '1.0-SNAPSHOT'
 apply plugin: 'java'
 apply plugin: 'application'
 
+// Increase max memory
+applicationDefaultJvmArgs = ["-Xmx300g"]
+
 sourceCompatibility = 1.8
 
 //mainClassName = "edu.uci.iotproject.Main"