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.

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Who's Online   0 Members, 0 Anonymous, 7 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