Displaying 1 result from an estimated 1 matches for "memcrash".
Did you mean:
hvmcrash
2009 Jun 26
1
Determining if swap memory is turned off
...found it
kept being set
up again despite following all the recommended steps. (I needed to avoid
the
plaintext of an encrypted file being "saved" for me!) I know nothing
about Mac
swap and how to control it.
Advice welcome. Below is a crude but self-contained example.
John Nash
## memcrash.R -- try to hit the wall with memory
cat("memcrash.R -- try to hit the wall\n")
cat("You should have swap turned off\n")
temp<-readline("Do you?")
if (temp != "y") stop("Fix swap")
for (j in 1:10) {
n <- 5^j
cat("building matrix o...