Ad Widget

Collapse

Max image of map background resolution

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Audrius
    Junior Member
    • Apr 2008
    • 10

    #1

    Max image of map background resolution

    Is there any limit for map background image?

    I see only limit for file size (1MB)

    I have background image (JPEG format) about 465KB size, but with huge resolution (i need this one) 2776x3640

    And zabbix don't want to show this. Smaller backgrounds like 1065x1264 works fine.

    Does any one knows that limit?


    Also i checked php.ini for max_execution_time, it's set to 300 seconds.
    If zabbix store images to mysql, so maybe it's mysql limit?

    Thanks for any reply.
    Last edited by Audrius; 07-05-2008, 23:17.
  • Audrius
    Junior Member
    • Apr 2008
    • 10

    #2
    Problem has been solved.

    I increased memory_limit in php.ini to 256MB and everything wokrs fine

    Comment

    • verus
      Member
      • Feb 2009
      • 67

      #3
      Image size must be less than 1MB (centos 6.2 - zabbix 2.0) - new installation

      Hi,

      I also get "Image size must be less than 1MB" when I add a new background image (image is 1.5MB).
      system:
      - Linux localhost.localdomain 2.6.32-220.23.1.el6.x86_64 #1 SMP Mon Jun 18 18:58:52 BST 2012 x86_64 x86_64 x86_64 GNU/Linux
      - Apache/2.2.15 (CentOS)
      - PHP/5.3.3


      My php settings should be ok:
      memory_limit = 256M
      post_max_size = 32M
      upload_max_filesize = 16M

      mysql config:
      key_buffer = 16M
      max_allowed_packet = 16M

      why can't I upload bigger images ?
      thank you, Verus.

      Comment

      Working...