server guru's - quick question

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ~Ray
    visit hardlinks.org
    • Jun 2003
    • 18361

    #1

    server guru's - quick question

    I recently upgraded my server... actually, moved to a bigger/better server.

    Since the move, all of my sitemaps stop in the 69,000kb range... they try to restart, but spin their wheels , so to speak.

    The sites are all about the same size, so it leads me to believe their is some sort of limiting factor on each domain. My hosting company has no idea what I am talking about... so I came here for help.

    Why would a domain not be allowed to have over, let's say 70,000 kb ?

    What would limit each domain and where do I find it and kill it?

    Thank you,
    ~Ray
    Adult Backlinks for Adult Websites - Testimonials Available
  • baddog
    So Fucking Banned
    • Apr 2001
    • 107089

    #2
    That sounds weird. I would probably, out of habit, start off by restarting httpd, named, mysqld and see what happens.

    When you did the move did they do a fresh install or just add some RAM and maybe a faster processor?

    Comment

    • carzygirls
      So Fucking Banned
      • Oct 2010
      • 857

      #3
      I just paid a programmer over 1k because support on 2 different servers had no idea what was happening. Everything and anything was the problem

      Good luck... likely a setting. I had limiting settings on every function on both servers that prevented emails working correctly, uploads, speed of uploads, etc. etc.

      If you want I'll give you a name of a guy that would likely be able to determine your site map problem quickly

      Comment

      • goodgirl
        Confirmed User
        • Jul 2001
        • 1680

        #4
        What type of script is building your sitemap? Maybe check php limits. Did you check your error logs?

        Comment

        • ~Ray
          visit hardlinks.org
          • Jun 2003
          • 18361

          #5
          Originally posted by goodgirl

          What type of script is building your sitemap? Maybe check php limits. Did you check your error logs?

          xml standalone version.



          thanks for the advice everyone.. still dealing with chaos... since I am tech ignorant. I expected more out of a managed server.

          ~Ray
          Adult Backlinks for Adult Websites - Testimonials Available

          Comment

          • carzygirls
            So Fucking Banned
            • Oct 2010
            • 857

            #6
            Originally posted by ~Ray
            xml standalone version.



            thanks for the advice everyone.. still dealing with chaos... since I am tech ignorant. I expected more out of a managed server.

            ~Ray
            managed servers are horrible, if you have to pay a programmer and he can't make simple changes to your server you are going to spend a ton more... just my

            Comment

            • chaze
              Confirmed User
              • Aug 2002
              • 9774

              #7
              Originally posted by ~Ray
              I recently upgraded my server... actually, moved to a bigger/better server.

              Since the move, all of my sitemaps stop in the 69,000kb range... they try to restart, but spin their wheels , so to speak.

              The sites are all about the same size, so it leads me to believe their is some sort of limiting factor on each domain. My hosting company has no idea what I am talking about... so I came here for help.

              Why would a domain not be allowed to have over, let's say 70,000 kb ?

              What would limit each domain and where do I find it and kill it?

              Thank you,
              ~Ray
              There is lots of things ask of they use ksplice or CSF can do this as well. PHP itself is limited unless you change your php.ini file.
              Like the desert needs the rain
              We do fully manged WordPress, VPS, and Servers. Adult Host Pro https://adulthostpro.com/ Since 2001

              Comment

              • baddog
                So Fucking Banned
                • Apr 2001
                • 107089

                #8
                Originally posted by ~Ray
                xml standalone version.



                thanks for the advice everyone.. still dealing with chaos... since I am tech ignorant. I expected more out of a managed server.

                ~Ray
                Yes, a managed server should be just that, managed. While your plan may not provide for adding domains, this is something that should be covered.

                Comment

                • AzteK
                  Confirmed User
                  • Feb 2001
                  • 3451

                  #9
                  your sitemaps are huge, break them down more. they should be around 10 megs each.
                  Last edited by AzteK; 02-01-2011, 08:19 PM.

                  Comment

                  • Brujah
                    Beer Money Baron
                    • Jan 2001
                    • 22157

                    #10
                    The program is crashing on the new server. Bad RAM or the software is buggy and faulting when it hits that amount of memory usage.

                    Comment

                    • borked
                      Totally Borked
                      • Feb 2005
                      • 6284

                      #11
                      Originally posted by ~Ray
                      xml standalone version.
                      Is your PHP on the new server running in safe mode? If so, the script that is probably disabling time limits with set_time_limit(0) could be failing due to the global timeout limit set in php.ini. ie if it is running in safe mode, set_time_limit() does not work.

                      If not, just check your php timeout limit in php.ini and increase accordingly (then restart) to see if the size increases

                      For coding work - hit me up on andy // borkedcoder // com
                      (consider figuring out the email as test #1)



                      All models are wrong, but some are useful. George E.P. Box. p202

                      Comment

                      Working...