What does Virtual memory size in top mean?

Virtual memory isn’t even necessarily memory. For example, if a process memory-maps a large file, the file is actually stored on disk, but it still takes up “address space” in the process. Address space (ie. virtual memory in the process list) doesn’t cost anything; it’s not real. What’s real is the RSS (RES) column, which … Read more

Is there a maximum length to a WordPress Page?

I don’t believe WordPress itself has a max size. However, the database behind it has a max length that the wp_posts.post_content field can be. If we look in wp-admin/includes/schema.php, we can see the SQL used to create the wp_posts table: CREATE TABLE $wpdb->posts ( ID bigint(20) unsigned NOT NULL auto_increment, post_author bigint(20) unsigned NOT NULL … Read more

Memory usage issue in WordPress 3.x

I had a similar issue on my WP site, I think it was actually a plugin causing a problem, quite possibly a caching one… Couple of questions: What is it you are trying to do when the error appears? What plugins do you have active?

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)