Giter Site home page Giter Site logo

Comments (4)

itkach avatar itkach commented on August 29, 2024

It's probably not too hard to hack compiler.py to pick up and continue, but this is not something that works out of the box. Are you trying to do this on a 32-bit machine, by any chance? If so, this is not going to work, compiler uses memory mapped files and 32-bit doesn't provide enough address space for something as big as dewiki.

from tools.

oha59 avatar oha59 commented on August 29, 2024

I am currently on a 64-bit machine, but I'm running Ubuntu 10.10 32-bit. I also have a 32-bit machine, unfortunately no Ubuntu installed at the moment. Could my problem be related to insufficient disk space?

from tools.

oha59 avatar oha59 commented on August 29, 2024

Hit the wrong button...

from tools.

itkach avatar itkach commented on August 29, 2024

I don't think this is related to disk space. The fact that actual hardware is 64-bit doesn't matter - if OS is 32-bit it is 32-bit for all intents and purposes. Article store is >3G. While technically 32-bit allows to address 4G, finding >3G of continuous address space (which is what mmap does) is a tough proposition. To compile something like dewiki aardc needs 64-bit, sorry.

from tools.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.