Jump to content

Memory Limit on Linux 20.04


SimbaPH

Recommended Posts

I tried setting up game_memory limit but it doesn't work,

I have my WHCMS setup on my Windows and TCAdmin Panel Pro Master setup on my Windows,

Everything works fine expect for this Memory Limit,

 

include('default_values.php');
 
switch ($params["configoptions"]["Memory Allocation"])
{
case "2048":
    $billing_api_values["game_memory"] = "2048";
    break;
}

and configure it on WHCMS, but still doesn't work.
 

Link to comment
Share on other sites

I dont think there is a difference if its linux or windows as its a script.

On the other hand, it doesnt looks wrong to me unless you forgot to add <?php and ?> at the top and bottom to be like this:

 

<?php

include('default_values.php');
 
switch ($params["configoptions"]["Memory Allocation"])
{
case "2048":
    $billing_api_values["game_memory"] = "2048";
    break;
}

?>

 

Note:

By the way you have added this post in the wrong section of the forum.

 

Edited by conceptr980
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Who's Online   0 Members, 0 Anonymous, 21 Guests (See full list)

    • There are no registered users currently online
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Terms of Use