!7 p { //restartWithVMArgs(smallHeapArgs() + " -Xmx1g"); restartWith1GBHeap(); //set ai_cache_hasTriple_debug; int n = 0; appendToFile_keepOpen(true); try { for (S word : hugeEnglishDictionary()) { if ((++n % 100) == 0) print(n); ai_postTriple(word, "is", "an english word according to the huge dictionary"); } } finally { appendToFile_keepOpen(false); } }