🔴 January 2024 Alert: Forum support inactive!
New forum registration are currently closed.
Use GitHub discussions
.

    UVdesk

    • Login
    • Search
    • Recent

    Solved getting memory limit issue while installing uvdesk

    Bug Report
    2
    2
    637
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • bansalvaish
      bansalvaish UVdesk Staff last edited by

      59917421-c7482c80-9419-11e9-80f0-e44999f0b20b.jpg

      1 Reply Last reply Reply Quote 0
      • Sanjeev
        Sanjeev developer UVdesk Staff last edited by

        @bansalvaish

        By default, a PHP script can allocate up to 128 megabytes of memory.

        To change this limit, use a text editor to modify the memory_limit directive in your php.ini file. For example, to allow scripts to allocate a maximum amount of 256 megabytes of memory, use the following setting:

        memory_limit = 256M

        1 Reply Last reply Reply Quote 0
        • First post
          Last post