!7 p { restartWithVMArgs(args, smallHeapArgs() + " -Xmx512m"); //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); } }