Overclocking AMD 3000+ ‘Venice’
Overclock AMD 3000+ ‘Venice’ to 2,300 MHz with Asus A8N-E motherbord.
Overclock AMD 3000+ ‘Venice’ to 2,300 MHz with Asus A8N-E motherbord.
?e pri zagonu programa dobite error:
Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
Je potrebno javi “povedati” da si lahko vzame malo ve? prostora za heap oz. sklad.
Za sklad se uporabi ukaz -Xss. Npr.: “java -Xss100M MojRazred” -> xxxM =
...
// Convert the 8-bit System input to 16-bit
InputStreamReader in = new InputStreamReader (System.in);
// Wrap with in a buffer object to speed I/O
BufferedReader bufIn = new BufferedReader (in);
// Read the keyboard input using the readLine method
String strLine = bufIn.readLine ();
...
First install VLC player
* Insert about:config in the address bar
* Right click on the list, select New, then Boolean; insert network.protocol-handler.external.mms as Preference Name and true as Value
* Now another right click, select New and String; insert network.protocol-handler.app.mms as Preference Name and /usr/bin/vlc (path to where the file is installed on your system) as Value.