Changeset 13759
- Timestamp:
- 01/11/12 10:23:38 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
public_html/faq.shtml
r13544 r13759 40 40 <li><a href="#running">Running</a> 41 41 <ol> 42 <li><a href="#maxpermgen-errors">Java is running out of memory 43 with an error reporting something about 44 "java.lang.OutOfMemoryError: PermGen space". What can I 45 do?</a></li> 42 <li> 43 <a href="#maxpermgen-errors">Java is running out of memory 44 with an error reporting something about 45 "java.lang.OutOfMemoryError: PermGen space". What can I 46 do?</a> 47 </li> 48 <li> 49 <a href="#~/.abclrc">What's the name of the startup configuration file?</a> 50 </li> 51 46 52 </ol> 47 53 </li> … … 120 126 121 127 <p> 122 Developers can also usually be found on the <a 123 href="http://webchat.freenode.net/?randomnick=1&channels=abcl&prompt=1&uio=d4">#abcl 124 irc channel</a>. 128 Developers can also usually be found on the 129 <a href="http://webchat.freenode.net/?randomnick=1&channels=abcl&prompt=1&uio=d4">#abcl irc channel</a>. 125 130 </p> 126 131 … … 172 177 improve this measure too.</p> 173 178 174 <p>ABCL 0.26.2fails roughly 20 out of 21702 tests in the ANSI test179 <p>ABCL 1.0.1 fails roughly 20 out of 21702 tests in the ANSI test 175 180 suite in interpreted and compiled modes, a constant number over the 176 181 past releases.</p> … … 203 208 204 209 <ol> 210 <li>Users of the system are invited to start with the <a href="http://code.google.com/p/abcl-dynamic-install/downloads/detail?name=abcl-20120110a.pdf">Armed Bear Common Lisp User Manual</a></li> 205 211 <li>Our <a href="http://trac.common-lisp.net/armedbear/wiki">wiki</a></li> 206 212 <li>The <a href="http://trac.common-lisp.net/armedbear/browser">source … … 267 273 <code>'java.options'</code> variable is set to the desired options. 268 274 </p> 275 276 <div class="h3" title="What is the name of the startup run control script?" id="~/.abclrc"> 277 <h3>Is there a file that customizes the startup of the ABCL process?</h3> 278 279 <p> 280 The file <code>~/.abclrc</code> is loaded by the implementation if the <code>--noinit</code> flag is not specified. 281 </p> 282 </div> 269 283 </div> 270 284
Note: See TracChangeset
for help on using the changeset viewer.