Increase the PAGEFILEQUO process quota?

Everything about buying, using, and managing OpenVMS systems not covered by other sections.
Post Reply

Topic author
fim
Active Contributor
Posts: 31
Joined: Wed Jan 04, 2023 5:14 am
Reputation: 0
Status: Offline

Increase the PAGEFILEQUO process quota?

Post by fim » Fri Feb 17, 2023 9:13 am

Forgive my ignorance, but how do you increase the PAGEFILEQUO process quota?
I am running Alpha Operating System, Version V8.4-2L2 under FreeAXP.
Student License.
/Fim W.


tim.stegner
VSI Expert
Valued Contributor
Posts: 55
Joined: Wed Jul 21, 2021 9:14 am
Reputation: 0
Status: Offline

Re: Increase the PAGEFILEQUO process quota?

Post by tim.stegner » Fri Feb 17, 2023 9:22 am

look at the AUTHORIZE utility. Student question, so you get to figure it out from there.


sms
Master
Posts: 310
Joined: Fri Aug 21, 2020 5:18 pm
Reputation: 0
Status: Offline

Re: Increase the PAGEFILEQUO process quota?

Post by sms » Fri Feb 17, 2023 2:38 pm

Code: Select all

> [...] how do you increase the PAGEFILEQUO process quota?

   If you spell it correctly, a Web search for a quota with a name
similar to that is likely to lead to useful information.

User avatar

arne_v
Master
Posts: 299
Joined: Fri Apr 17, 2020 7:31 pm
Reputation: 0
Location: Rhode Island, USA
Status: Offline
Contact:

Re: Increase the PAGEFILEQUO process quota?

Post by arne_v » Fri Feb 17, 2023 9:17 pm

I believe the study is more in VMS Cobol than in VMS system management so example:

Code: Select all

$ mcr authorize
mod arne /pgflquo=2000000
exit
Arne
arne@vajhoej.dk
VMS user since 1986


Topic author
fim
Active Contributor
Posts: 31
Joined: Wed Jan 04, 2023 5:14 am
Reputation: 0
Status: Offline

Re: Increase the PAGEFILEQUO process quota?

Post by fim » Sat Feb 18, 2023 4:24 am

Arne,
Thanks.

Post Reply