]> CRI, Mines Paris - PSL - Faustine.git/blobdiff - interpretor/main.ml
Add 5 example Makefiles: primitives, dilation, erosion, open, close.
[Faustine.git] / interpretor / main.ml
index 8637875b6c2007c1ffdbe3f0be743b1bb7e9f38f..21c2a8e9fa30f62d4c4e6feb879865645f29cb36 100644 (file)
@@ -21,11 +21,11 @@ let set_GC () =
        let _ = Gc.set { (Gc.get()) 
                       with Gc.space_overhead = 100 } in
        let _ = Gc.set { (Gc.get()) 
-                      with Gc.max_overhead = 0xFFFFF } in
+                      with Gc.max_overhead = 0xFFF } in
        let _ = Gc.set { (Gc.get()) 
                       with Gc.stack_limit = 0xFFFFF } in
        let _ = Gc.set { (Gc.get()) 
-                      with Gc.allocation_policy = 0 } in
+                      with Gc.allocation_policy = 1 } in
        () ;;
 
 let path_dsp = ref "";;