Uploaded image for project: 'GeoCouch'
  1. GeoCouch
  2. GC-6

GeoCouch views are crashing the database

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Fix
    • Major
    • Security Level: Public
    • None
    • Development environment on a fresh Linode 512 with Ubuntu 64

    Description

      If I call a very simple Geo-query like:

      function(doc, meta) {
      if(doc.type === 'somedoc') {
      emit(

      { type: "Point", coordinates: doc.location }

      , [doc.date, doc.image]);
      }
      }

      Couchbase crashes with a memory error:

      Syslog:
      Apr 12 16:35:29 dev kernel: Out of memory: Kill process 11180 (beam.smp) score 402 or sacrifice child
      Apr 12 16:35:29 dev kernel: Killed process 11180 (beam.smp) total-vm:9141512kB, anon-rss:370116kB, file-rss:39412kB

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            avsej Sergey Avseyev
            Pathe Patrick
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty