Closed salvatorg closed 4 years ago
Whoever has this error when compiling P4 code with the SDNet, might solve it executing:
export _JAVA_OPTIONS="-Xms512m -Xmx8g"
Modify accordingly, the initial and maximum heap sizes: -Xms and -Xmx
Whoever has this error when compiling P4 code with the SDNet, might solve it executing:
export _JAVA_OPTIONS="-Xms512m -Xmx8g"