Massimo Fantin
Massimo Fantin
Better : "Button Menu for running actions" ?
as starting point i'd like this extension for vscode -> https://marketplace.visualstudio.com/items?itemName=jerrygoyal.shortcut-menu-bar and relative github -> https://github.com/GorvGoyl/Shortcut-Menu-Bar-VSCode-Extension where you can configure fixes button 1 to 9 to your prefered actions .....
@worksofliam that is a good idea , so i can put in the button configuration comand parameter to solve particulary compile need , like RPGPPOPT(*LVL2) , TGTRLS(V7R2M0) or ALWNULL(*USRCTL) ...,...
i just modify my "/etc/profile" adding to the PATH '/QOpenSys/pkgs/bin" and then i restart *SSHD service ENDTCPSVR *SSHD STRTCPSVR *SSHD now QSH inside putty have the new path.
i have the same problem , java 11 is very slow !! ( on SSH terminal , but is slow on QSH too ) ``` #!/QOpenSys/pkgs/bin/bash start=$(date +%s) /QOpenSys/QIBM/ProdData/JavaVM/jdk80/64bit/bin/java -version...
oh yea -Xmx80m solve the slowness .. ``` java version "1.8.0_341" Java(TM) SE Runtime Environment (build 8.0.7.15 - pap6480sr7fp15-20220728_01(SR7 FP15)) IBM J9 VM (build 2.9, JRE 1.8.0 OS/400 ppc64-64-Bit Compressed...
need time to install jv1 19 and ptf , when ready i try ..
without -Xmx80m java8 e 11 of 5770jv1 good , java11 rpm pase no good : ``` java version "1.8.0_341" Java(TM) SE Runtime Environment (build 8.0.7.15 - pap6480sr7fp15-20220728_01(SR7 FP15)) IBM J9...
as workaround i use : export OPENJ9_JAVA_OPTIONS="-Xmx3584m" in my /home/"user"/.bashrc 3584 is the max value after that it slow down .. ( 3584 / 1024 = 3.5 ) it look...