Update main.rs

pull/94/head
liyan 1 year ago committed by GitHub
parent 506ce7ec3d
commit c6ece63d97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -78,7 +78,7 @@ async fn main() -> Result<(), anyhow::Error> {
};
let ret = unsafe { libc::setrlimit(libc::RLIMIT_MEMLOCK, &rlim) };
if ret != 0 {
warn!("remove limit on locked memory failed, ret is: {}", ret);
debug!("remove limit on locked memory failed, ret is: {}", ret);
}
// This will include your eBPF object file as raw bytes at compile-time and load it at

Loading…
Cancel
Save