Skip to content

Commit

Permalink
kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
madhephaestus committed Jun 19, 2023
1 parent 51531f3 commit f019f05
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -375,8 +375,6 @@ private static void processReturnedObjects(Object ret, ArrayList<CSG> csgBits) {
long heapMaxSize = Runtime.getRuntime().maxMemory();
System.out.println("Heap remaining "+(heapMaxSize-Runtime.getRuntime().totalMemory()));
System.out.println("Of Heap "+(heapMaxSize));


for(int i=0;i<totalAssembly.size();i++) {
List<CSG> tmp = Arrays.asList(totalAssembly.get(i));
totalAssembly.set(i,null);
Expand Down

0 comments on commit f019f05

Please sign in to comment.