Re: Out of Memory Errors on Simple Queries that Worked Previously

2013-05-29 Thread Daniel Farina
On Wed, May 29, 2013 at 11:47 PM, Jack Royal-Gordon  wrote:
> Tonight, I started getting "out of memory" errors from several different 
> queries, many of which are simple, and all of which have worked well in the 
> past.  For example, a simple "select" across several hundred rows that should 
> produce 20 rows or less gets this error.  App has not been touched in several 
> days, the queries in question have been running regularly for months.  The 
> database is 9.2, upgraded from 9.1 last week, and all queries have run 
> successfully since the database was upgraded.
>
> My thought is that the database server needs to be stopped and restarted, but 
> I don't know how to do that on Heroku.  Any ideas?

This one might be best for a support ticket.  There are several
possible causes, but they will likely require closer investigation and
exchange of details that are probably not best done via public list.
Please reference this thread (link:
https://groups.google.com/forum/?fromgroups#!topic/heroku/4qxst42Bq9Q)
and mention that I requested you do that.

Unless one has started leaking connections, it's reasonably unlikely
that this change is intrinsically 9.2 related.

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Heroku" group.

To unsubscribe from this group, send email to
heroku+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/heroku?hl=en_US?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"Heroku Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to heroku+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Out of Memory Errors on Simple Queries that Worked Previously

2013-05-29 Thread Jack Royal-Gordon
Tonight, I started getting "out of memory" errors from several different 
queries, many of which are simple, and all of which have worked well in the 
past.  For example, a simple "select" across several hundred rows that should 
produce 20 rows or less gets this error.  App has not been touched in several 
days, the queries in question have been running regularly for months.  The 
database is 9.2, upgraded from 9.1 last week, and all queries have run 
successfully since the database was upgraded.

My thought is that the database server needs to be stopped and restarted, but I 
don't know how to do that on Heroku.  Any ideas?

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Heroku" group.

To unsubscribe from this group, send email to
heroku+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/heroku?hl=en_US?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"Heroku Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to heroku+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Problem adding memcache addon

2013-05-29 Thread Daniel Doubrovkine
Can we please have an update from Heroku on whether we need to migrate to
someone else's addon ASAP, too, before the addon decides to stop responding
to memcache read/writes? :)

On Wed, May 29, 2013 at 5:53 PM, Daniel Farina  wrote:

> On Wed, May 29, 2013 at 2:48 PM,   wrote:
> > Hello,
> >
> > I am attempting to add memcache to my heroku app, and I received the
> > following error:
> >
> > "The memcache add-on has been disabled. Please choose an alternative
> service
> > at https://addons.heroku.com/#caching";
> >
> > I don't see any information on the heroku site about this change, nor are
> > there any google results for the error. If the memcache add-on is indeed
> no
> > longer available, I'll look into memcachier, but if I'm receiving this
> error
> > because of a mistake on my part, I'd like to correct it to get memache
> > running.
>
> Yup, it's no longer available.  That add-on decided to cease its
> operation.  One will have to go elsewhere for their memcache hosting
> needs.
>
> Looks like there is some out of date documentation, though:
>
>   https://devcenter.heroku.com/articles/memcache
>
> That documentation seems to be maintained by Couchbase, which is the
> aforementioned party that deprecated the addon, so Heroku may want to
> be looped in as to possibly salvage parts of the document that are
> still useful but stop it from indicating that the memcache addon is
> still available.
>
> --
> --
> You received this message because you are subscribed to the Google
> Groups "Heroku" group.
>
> To unsubscribe from this group, send email to
> heroku+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/heroku?hl=en_US?hl=en
>
> ---
> You received this message because you are subscribed to the Google Groups
> "Heroku Community" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to heroku+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>


-- 

dB. | Moscow - Geneva - Seattle - New York
code.dblock.org - @dblockdotorg  -
artsy.net - github/dblock 

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Heroku" group.

To unsubscribe from this group, send email to
heroku+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/heroku?hl=en_US?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"Heroku Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to heroku+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Problem adding memcache addon

2013-05-29 Thread Daniel Farina
On Wed, May 29, 2013 at 2:48 PM,   wrote:
> Hello,
>
> I am attempting to add memcache to my heroku app, and I received the
> following error:
>
> "The memcache add-on has been disabled. Please choose an alternative service
> at https://addons.heroku.com/#caching";
>
> I don't see any information on the heroku site about this change, nor are
> there any google results for the error. If the memcache add-on is indeed no
> longer available, I'll look into memcachier, but if I'm receiving this error
> because of a mistake on my part, I'd like to correct it to get memache
> running.

Yup, it's no longer available.  That add-on decided to cease its
operation.  One will have to go elsewhere for their memcache hosting
needs.

Looks like there is some out of date documentation, though:

  https://devcenter.heroku.com/articles/memcache

That documentation seems to be maintained by Couchbase, which is the
aforementioned party that deprecated the addon, so Heroku may want to
be looped in as to possibly salvage parts of the document that are
still useful but stop it from indicating that the memcache addon is
still available.

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Heroku" group.

To unsubscribe from this group, send email to
heroku+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/heroku?hl=en_US?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"Heroku Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to heroku+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Problem adding memcache addon

2013-05-29 Thread laura
Hello,

I am attempting to add memcache to my heroku app, and I received the 
following error:

"The memcache add-on has been disabled. Please choose an alternative 
service at https://addons.heroku.com/#caching";

I don't see any information on the heroku site about this change, nor are 
there any google results for the error. If the memcache add-on is indeed no 
longer available, I'll look into memcachier, but if I'm receiving this 
error because of a mistake on my part, I'd like to correct it to get 
memache running.

Any help is greatly appreciated!

Thanks,
Laura

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Heroku" group.

To unsubscribe from this group, send email to
heroku+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/heroku?hl=en_US?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"Heroku Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to heroku+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.