Ilya Igonkin

Results 10 comments of Ilya Igonkin

I don't quite see the difference between `dist` and `universal:packageBin` commands. Here is the output of the second one: ``` [info] Wrote [...omitted...]/modules/cloud-service/target/scala-2.11/cloud-service_2.11-0.1-SNAPSHOT.pom [info] Wrote [...omitted...]/modules/payments-service/target/scala-2.11/payments-service_2.11-0.1-SNAPSHOT.pom [info] Wrote [...omitted...]/modules/newsFeed-manager/target/scala-2.11/news-feed_2.11-0.1-SNAPSHOT.pom Could...

Partially I fixed the problem by raising hard and soft limit on the Linux system with `ulimit` utility. But on local OS X machine there is no such limit at...

@eed3si9n Here are the links to [build.sbt](http://pastebin.com/r34dyXXM) and [plugins.sbt](http://pastebin.com/HKYJE13E) of the project. To reproduce try to add to mappings a few directories with lots of files (`mappings in Universal ++=...

@pnarayanan Thanks a lot for your detailed response. Currently we have one ambry node for development and one for production. They're used to serve media files: images (~200kb) and videos...

Nice feature. Also I have a question. Where does kafka manager stores its state, i.e. clusters and their settings? How do I backup it or clean everything for example?

Related issue: https://github.com/guysoft/FullPageOS/issues/29

@guysoft well, it contains solutions / workarounds for this issue that work on Rpi4 as well

I managed to get hardware acceleration working on FullPageOS 0.12.0 with the following Chromium flags: --enable-gpu-rasterization --enable-accelerated-video-decode --enable-native-gpu-memory-buffers --ignore-gpu-blocklist Notice on flags mentioned previously: When using `--use-gl=egl` option it fails...

Any updates on this issue?

Hi @afucher, I still didn't get why it was a breaking behavior and how it could cause any issue. Could you show an example please?