相比于 ruby:alpine-2.4.1 提升明显
后来好像又加上了。。。
每块间隔十分钟这个怎么做到的?
使用 slim 镜像的情况下,jemalloc 确实可以很大的改进内存占用情况
下图前半部分是 arwineap/docker-ruby-nokogiri-phantomjs
没有使用 jemalloc
后半部分是同一个镜像开启了 jemalloc
我发现 alpine 镜像的内存情况比 使用 jemalloc 的 slim 镜像要好很多
下图前半部分是 hoteltonight/ruby-jemalloc:2.5.1-stretch-slim
后半部分是 ruby:2.5.1-alpine
ruby:2.5.1-alpine
用不了 jemallocruby:2.4.1-alpine
用不了 jemalloc测试方法 (参考楼上):
RUN apk add --no-cache jemalloc
environment:
LD_PRELOAD: '/usr/lib/libjemalloc.so.2'
https://github.com/docker-library/ruby/pull/198 在这里可以找到 alpine 不行的相关信息
把消息内容算到 auth_token 里面
消息里面带 auth token
申请+精
这样不准
一个扎克特梨
parallel 了解一下
感谢分享
玩了一下不好玩。。。
不过有时候这样写容易改变本来逻辑的形式使得逻辑和实现之间的对应不直观。
就是本来我可以简单描述的事物由于语言的限制我只能绕着说,这样就导致了不方便。
楼主喷的蛮有道理,实际出发最好,讨厌教条。
你的 Admin::BaseController 里面有 before_action :authenticate_user!
, 程序进来会先跑 authenticate_user!
这个方法,而你的 controller 里面没有这个方法,所以会报错。
贴下你的 routes.rb application_controller.rb
https://github.com/roidrage/redis-session-store
帮楼主找点线索
But why, you ask, when there's redis-store?
redis-store is a one-size-fits-all solution,
and I found it not to work properly with Rails,
mostly due to a problem that seemed to lie in Rack's Abstract::ID class.
看完,记住,下一篇
有没有 benchmark? 和 midori.rb 比怎么样?
帖子可以修改,麻烦加上高亮
你在这个 block 里面用 return 应该是会报错的
他说的方法是 total 方法,在这个代码上下文确实是会结束 total 方法的。
str = "focus"
p str.upcase
str.define_singleton_method(:upcase) do
"singleton:" + super()
end
p str.singleton_methods
p str.upcase
# "FOCUS"
# [:upcase]
# "singleton:FOCUS"
# ``` ruby
# 这样可以加代码高亮
# ```
puts 'hello'
写个脚本,读随机生成的 port,生成一个 conf,reload nginx. 我在测试环境这么做的。生产用的 swarm mode。
我赚了
正在用 modori.rb 做 api 哈哈