mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #264] runtime: kernel page size (32768) is larger than runtime page size (4096) #188
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#188
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Ourobotos on GitHub (Feb 22, 2017).
Original GitHub issue: https://github.com/fatedier/frp/issues/264
在西数的Mycloud NAS中(CPU:ARMv7)运行 frp_0.9.3_linux_arm.tar.gz的frpc客户端,出现runtime: kernel page size (32768) is larger than runtime page size (4096),网上查了下貌似是go语言的bug :https://github.com/ncw/rclone/issues/426 Frp能修复否?
@fatedier commented on GitHub (Feb 22, 2017):
之后会用 go1.8 重新编译下,替换掉现在 go1.7 编译的版本。
@hansnow commented on GitHub (Mar 20, 2017):
使用1.8编译出来的frpc可以用 @Ourobotos
@fatedier commented on GitHub (May 21, 2017):
v0.10.0 版本开始已经采用 go1.8.1 编译。