Giter Club home page Giter Club logo

Comments (5)

nlacasse avatar nlacasse commented on May 10, 2024 6

It's on our roadmap, but we can't commit to any timeline yet. Sorry.

from gvisor.

dmonay avatar dmonay commented on May 10, 2024

Is there a timeline or a public-facing roadmap of when this integration can be expected to be done? Thanks!

from gvisor.

fvoznika avatar fvoznika commented on May 10, 2024

Fixed by 18b3ba4

from gvisor.

marksugar avatar marksugar commented on May 10, 2024

Can you still open this question?
I have encountered a problem with ' could not resize shared memory segment`.

images: timescale/timescaledb:latest-pg11-oss

timescaledb is open-source time-series database, by postgres

docker run -d timescale/timescaledb:latest-pg11-oss 
$ docker logs -f 03ddc
The files belonging to this database system will be owned by user "postgres".
This user must also own the server process.

The database cluster will be initialized with locale "en_US.utf8".
The default database encoding has accordingly been set to "UTF8".
The default text search configuration will be set to "english".

Data page checksums are disabled.

fixing permissions on existing directory /var/lib/postgresql/data ... ok
creating subdirectories ... ok
selecting default max_connections ... 100
selecting default shared_buffers ... 128MB
selecting dynamic shared memory implementation ... posix
creating configuration files ... ok
2019-05-02 13:35:29.857 UTC [21] FATAL:  could not resize shared memory segment "/PostgreSQL.989869445" to 6928 bytes:
child process exited with exit code 1
initdb: removing contents of data directory "/var/lib/postgresql/data"
$ cat /etc/docker/daemon.json 
{
  "bip": "10.10.10.1/24",
  "default-runtime": "runsc",
  "runtimes": {
      "runsc": {
          "path": "/usr/local/bin/runsc",
          "runtimeArgs": [
             "--network=host",
             "--file-access=shared"
           ]
      }
    }
}

thanks

from gvisor.

iangudger avatar iangudger commented on May 10, 2024

That looks like a different problem and different database. Can you open a new issue?

from gvisor.

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.