Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OOM kills the process due to lack of memory #59

Open
wants to merge 17 commits into
base: master
Choose a base branch
from

Commits on Jun 13, 2018

  1. Update setup.py

    cjh79 authored Jun 13, 2018
    Configuration menu
    Copy the full SHA
    a74c37c View commit details
    Browse the repository at this point in the history
  2. Update setup.py

    cjh79 authored Jun 13, 2018
    Configuration menu
    Copy the full SHA
    031790a View commit details
    Browse the repository at this point in the history
  3. Rename

    cjh79 committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    66c3d24 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2018

  1. Configuration menu
    Copy the full SHA
    0f90263 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c35f7b0 View commit details
    Browse the repository at this point in the history
  3. Remove .idea files

    cjh79 committed Jun 14, 2018
    Configuration menu
    Copy the full SHA
    8e402d6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    edf7198 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7277ef2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    43e60da View commit details
    Browse the repository at this point in the history
  7. Update test. One of the original forceTZ test locations that did not …

    …return anything in the pytzwhere implementation now does, due to the way geodjango-tzwhere queries for the nearest timezone. This seems acceptable since it is returning a nearby timezone.
    cjh79 committed Jun 14, 2018
    Configuration menu
    Copy the full SHA
    e38887c View commit details
    Browse the repository at this point in the history
  8. Update README.md

    cjh79 authored Jun 14, 2018
    Configuration menu
    Copy the full SHA
    78fdea2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c0d0fb4 View commit details
    Browse the repository at this point in the history
  10. Go back to storing each polygon in a separate row. Performance of the…

    … tool seems the same, but the migration takes way less time this way.
    cjh79 committed Jun 14, 2018
    Configuration menu
    Copy the full SHA
    999318c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1a7cf9a View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2018

  1. Update README.md

    cjh79 authored Jun 15, 2018
    Configuration menu
    Copy the full SHA
    db04c80 View commit details
    Browse the repository at this point in the history
  2. Update MANIFEST.in

    cjh79 authored Jun 15, 2018
    Configuration menu
    Copy the full SHA
    4d485a8 View commit details
    Browse the repository at this point in the history
  3. Require Django 1.11

    cjh79 authored Jun 15, 2018
    Configuration menu
    Copy the full SHA
    692033d View commit details
    Browse the repository at this point in the history