On my WIN7-64 system, both commands work !
I have a 'start procedure' that logs what it does:
#DEFINE cst_limite_memoire_foreground 64
#DEFINE cst_limite_memoire_background 48
= FPUTS(m.lnresult, "limitation de la mémoire utilisée"+ CRLF + ;
" initial : foreground : "+ SYS(3050,1)+ CRLF + ;
" background : "+ SYS(3050,2))
= FPUTS(m.lnresult, " maintenant : foreground 64Mo : "+ ;
SYS(3050,1, cst_limite_memoire_foreground * 1024 * 1024))
= FPUTS(m.lnresult, " background 48Mo : "+ ;
SYS(3050,2, cst_limite_memoire_background * 1024 * 1024))
= FPUTS(m.lnresult, "mémoire initiale"+ CRLF + ;
" SYS(1001):"+ SYS(1001)+ CRLF + ;
" SYS(1011):"+ SYS(1011)+ CRLF + ;
" SYS(1016):"+ SYS(1016))
and the result is
limitation de la mémoire utilisée
initial : foreground : 268435456
background : 100663296
maintenant : foreground 64Mo : 67108864
background 48Mo : 50331648
mémoire initiale
SYS(1001):1073741824
SYS(1011):12216
SYS(1016):7243116
Best regards
The Foxil
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[email protected]
** All postings, unless explicitly stated otherwise, are the opinions of the
author, and do not constitute legal or medical advice. This statement is added
to the messages for those lawyers who are too stupid to see the obvious.