# HG changeset patch # User David Scott # Date 1270636929 -3600 # Node ID 4b55d8f5ef5acc13d54680a7e98728daf30bc53a # Parent b08de85a8e1e818051486b6e1bd88bd828093862 CA-34888: the Java bindings tests expect there to be enough memory to install from a Win7 (64 bit) template plus a bit. Bump up the default size of the simulated host in xiu. Signed-off-by: David Scott diff -r b08de85a8e1e -r 4b55d8f5ef5a ocaml/xiu/xiu.ml --- a/ocaml/xiu/xiu.ml Wed Apr 07 11:40:51 2010 +0100 +++ b/ocaml/xiu/xiu.ml Wed Apr 07 11:42:09 2010 +0100 @@ -37,8 +37,8 @@ let nb_cpu_threads = ref 1 let cpu_usage = ref 1000L let cpu_speed_mhz = ref (1 * 1000) (* by default 1 ghz *) -let physical_free_kib = ref ((4 * 1024 - 1) * 1024) (* by default ~4gb of free memory *) -let physical_memory_kib = ref (4 * 1024 * 1024) (* by default 4gb of memory *) +let physical_free_kib = ref ((16 * 1024 - 1) * 1024) (* by default ~16gb of free memory *) +let physical_memory_kib = ref (16 * 1024 * 1024) (* by default 16gb of memory *) let host_m = Mutex.create () let extra_kib = 512