database - PostgreSQL 9.4 suddenly invalid memory alloc request size -
i'm building website used handle excel files stores , manipulate them (merging, view, etc.). i'm using postgresql 9.4 database, running on centos 6.6 vm 4gb ram. has 3 databases follow: postgres database db_raw, used placeholder data. excel uploaded website parsed, , data stored here. database consists of few tables used keep data required process excel, , huge table storing excel data >140 column , 1 million row db_processed, main database website. has few small tables operational of website (user table, access list, logging, etc), , 8 tables store processed excel data db_raw. each of 8 tables have around 40 column , million row. the databases running fine until morning. tried connecting db_processed through pgadmin , putty, , postgresql gave me message fatal: invalid memory alloc request size 144115188075856068 db_raw works fine, , nothing has been changed since 3 days ago far know. should can connect database again? update : did @craigringer said , rest...